Use PESetReportSummaryInfo to set report summary information. Report summary information corresponds to the Summary Info dialog box found in Crystal Reports.
BOOL CRPE_API PESetReportSummaryInfo (
short printJob,
PEReportSummaryInfo FAR *summaryInfo );
Specifies the print job for which you want to set summary information. | |
Specifies the pointer to PEReportSummaryInfo. |
This function should be called before PEStartPrintJob, or the results may be inconsistent or unexpected.
Declare Function PESetReportSummaryInfo Lib "crpe32.dll" (
ByVal printJob as Integer, summaryInfo as PEReportSummaryInfo ) as Integer
function PESetReportSummaryInfo (
printJob: Word;
var summaryInfo: PEReportSummaryInfo
): Bool; stdcall
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |